home *** CD-ROM | disk | FTP | other *** search
/ DOpus Plus / DOpus Plus.iso / SDK / ReadMe next >
Text File  |  1998-10-27  |  2KB  |  48 lines

  1.  
  2.                         Directory Opus Magellan II
  3.  
  4.                        Software Development Kit 1.1
  5.  
  6.                    (c) 1998 Jonathan Potter & GPSoftware
  7.  
  8. -----------------------------------------------------------------------------
  9.  
  10. The Opus SDK kit allows you to access the functions in the dopus5.library,
  11. and create your own modules, applications or other programs that use the
  12. power of Directory Opus.
  13.  
  14. The contents of the SDK is as follows :
  15.  
  16.     docs        - Documentation for the dopus5.library
  17.     include        - Include files
  18.     lib        - Linker files
  19.     example        - Example source code
  20.     source        - Source to the modinit.o module
  21.  
  22. The include and linker files are all designed for use with a C compiler
  23. (the example source code is set up to compile under SAS/C).
  24.  
  25. The examples that have been included are :
  26.  
  27.     module        - A basic module that adds one command to Opus and
  28.                           opens a requester. Shows a simple example of
  29.                           creating an Opus module.
  30.  
  31.     envoymodule    - A module that lets you set network information for
  32.                       files with Envoy. Shows an example of a simple
  33.                       user interface, using the Opus callback function
  34.                       and using a progress indicator.
  35.  
  36.     iconclock    - The source to the icon clock module. Shows how to
  37.                       write a module that is called on startup and remains
  38.                       resident. Also has an example of the new AppIcon
  39.                       features of Opus.
  40.  
  41.     viewfont    - The source to the ViewFont program. Shows how to
  42.                       create a more complex, resizeable user interface,
  43.                       and how to access menus.
  44.  
  45.  
  46. See the C tutorial in the Tutorials directory on the DOpus PLUS CD for
  47. more information on programming Opus Magellan.
  48.